home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc™ Source Code / Dialogs / DdgDefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  435 b   |  29 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        DdgDefs.h
  3.  
  4.     Contains:    Common .r defines for Dialogs library resources
  5.  
  6.     Owned by:    Eric House
  7.  
  8.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <0>     6/7/96    eeh        first checked in
  13.  
  14.     To Do:
  15.     In Progress:
  16. */
  17.  
  18. #ifndef _DLGDEFS_
  19. #define _DLGDEFS_
  20.  
  21. #define kQuestionMarkicsID 130
  22. #define kAppleGuideButton 500
  23.  
  24. #define kAGControlWidth 16
  25.  
  26. #define kAGButtonCDEFId 11
  27.  
  28. #endif
  29.